* window.h (struct window): Convert scroll_bar_width
authorDmitry Antipov <dmantipov@yandex.ru>
Wed, 14 Aug 2013 04:07:14 +0000 (08:07 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Wed, 14 Aug 2013 04:07:14 +0000 (08:07 +0400)
commit0bfee40e12f14fedb4016bba168e6550684bd2f0
tree7fd226329c9bc4add364a3f48cc73346f78daa1d
parent26b6163b30186d26954c8f1c4c12f2801d1dc323
* window.h (struct window): Convert scroll_bar_width
from Lisp_Object to integer.  Adjust comment.
(WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
Adjust users.
* window.c (wset_scroll_bar_width): Remove.
(make_window): Initialize scroll_bar_width.
(Fsplit_window_internal): Use direct assignment.
(Fset_window_configuration, save_window_save):
Convert Lisp_Object to integer and back where appropriate.
(Fset_window_scroll_bars): Adjust user.  Return t if any scroll
bar was actually changed, and mention this in docstring.
src/ChangeLog
src/window.c
src/window.h